projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f0622
)
Add PIPE as a delimiter for GRASS.
author
robertl
<robertl>
Fri, 22 Apr 2005 19:59:57 +0000
(19:59 +0000)
committer
robertl
<robertl>
Fri, 22 Apr 2005 19:59:57 +0000
(19:59 +0000)
style/README.style
patch
|
blob
|
history
xcsv.c
patch
|
blob
|
history
diff --git
a/style/README.style
b/style/README.style
index c5737f5b522366d0175b178494facb56d21999e7..9a05d4b623e1d55ebf10ef894dc5c48519800ff0 100644
(file)
--- a/
style/README.style
+++ b/
style/README.style
@@
-32,6
+32,7
@@
CRNEWLINE \r\n
TAB \t
SPACE <space>
HASH #
+PIPE |
WHITESPACE *** SEE WHITESPACE NOTES BELOW ***
WHITESPACE:
diff --git
a/xcsv.c
b/xcsv.c
index e910c095626015368417de2cbf2d360898c50026..48acccd899eb278de8acc8b5cc65407d384dadaa 100644
(file)
--- a/
xcsv.c
+++ b/
xcsv.c
@@
-76,6
+76,7
@@
char_map_t xcsv_char_table[] = {
{ "SPACE", " " },
{ "HASH", "#" },
{ "WHITESPACE", "\\w" },
+ { "PIPE", "|" },
{ NULL, NULL }
};